pub unsafe extern "C" fn apr_allocator_destroy(
allocator: *mut apr_allocator_t,
)Expand description
Destroy an allocator @param allocator The allocator to be destroyed @remark Any memnodes not given back to the allocator prior to destroying will not be free()d.