Defines a special acquisition method for constructing fbstring objects. AcquireMallocatedString means that the user passes a pointer to a malloc-allocated string that the fbstring object will take into custody.
Declared in <folly/FBString.h>
enum class AcquireMallocatedString : int;