pub unsafe extern "C" fn apr_pool_initialize() -> apr_status_tExpand description
Setup all of the internal structures required to use pools @remark Programs do NOT need to call this directly. APR will call this automatically from apr_initialize. @internal