Function ndk_sys::calloc

source ·
pub unsafe extern "C" fn calloc(
    __item_count: c_ulong,
    __item_size: c_ulong
) -> *mut c_void