Function ngx_pcalloc

Source
pub unsafe extern "C" fn ngx_pcalloc(
    pool: *mut ngx_pool_s,
    size: usize,
) -> *mut c_void