Function SDL_calloc

Source
pub unsafe extern "C" fn SDL_calloc(
    nmemb: usize,
    size: usize,
) -> *mut c_void