pub unsafe extern "C" fn rpcalloc(
    num: size_t,
    size: size_t
) -> *mut c_void
Expand description

Allocate a memory block of at least the given size and zero initialize it