Function raylib_sys::MemRealloc

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