Function calloc

pub unsafe extern "C" fn calloc(
    nobj: usize,
    size: usize,
) -> *mut c_void
Available on crate feature dep_sdl3 only.