mirror_ffmpeg_sys

Function av_fast_realloc

Source
pub unsafe extern "C" fn av_fast_realloc(
    ptr: *mut c_void,
    size: *mut c_uint,
    min_size: usize,
) -> *mut c_void