pub unsafe extern "C" fn fmemopen(
    buf: *mut c_void,
    size: usize,
    mode: *const i8
) -> *mut FILE