Function raylib_ffi::MemRealloc

source ·
pub unsafe extern "C" fn MemRealloc(
    ptr: *mut c_void,
    size: c_uint
) -> *mut c_void