pub unsafe extern "C" fn apr_pool_create_core_ex_debug(
newpool: *mut *mut apr_pool_t,
abort_fn: apr_abortfunc_t,
allocator: *mut apr_allocator_t,
file_line: *const c_char,
) -> apr_status_tExpand description
Debug version of apr_pool_create_core_ex. @deprecated @see apr_pool_create_unmanaged_ex_debug.