Function sdl2_sys::SDL_calloc

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