Function av_file_map

Source
pub unsafe extern "C" fn av_file_map(
    filename: *const c_char,
    bufptr: *mut *mut u8,
    size: *mut usize,
    log_offset: c_int,
    log_ctx: *mut c_void,
) -> c_int