#[no_mangle]
pub unsafe extern "C" fn lodepng_realloc(
    ptr: *mut c_void,
    size: usize
) -> *mut c_void