pub unsafe extern "C" fn fmemopen( __s: *mut c_void, __len: usize, __modes: *const c_char, ) -> *mut FILE
Create a new stream that refers to a memory buffer.