pub unsafe extern "C" fn sys_open(
    path: *const c_char,
    oflag: c_int,
     ...
) -> c_int