Function sdl2_sys::SDL_calloc

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