pub use *;
pub use *;
pub use *;
pub use SlabPool;
pub use *;
pub use *;
/// Gets an outer object pointer from a pointer to one of its fields.
/// While there is no corresponding C macro, the pattern is common in the NGINX source.
///
/// # Safety
///
/// `$ptr` must be a valid pointer to the field `$field` of `$type`.