pub unsafe extern "C" fn fopencookie(
__magic_cookie: *mut c_void,
__modes: *const c_char,
__io_funcs: cookie_io_functions_t,
) -> *mut FILEExpand description
Create a new stream that refers to the given magic cookie, and uses the given functions for input and output.