pub unsafe extern "C" fn sys_fopen(
    filename: *const c_char,
    mode: *const c_char
) -> *mut FILE