#[no_mangle]
pub unsafe extern "C" fn open64(
    path: *const c_char,
    oflag: c_int,
    mode: mode_t
) -> c_int