Function swift_runtime_sys::root::fmemopen

source ยท
pub unsafe extern "C" fn fmemopen(
    __buf: *mut c_void,
    __size: usize,
    __mode: *const c_char,
) -> *mut FILE