pub unsafe extern "system" fn NtCreateFile(
    filehandle: *mut *mut c_void,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    iostatusblock: *mut IO_STATUS_BLOCK,
    allocationsize: *const i64,
    fileattributes: u32,
    shareaccess: u32,
    createdisposition: u32,
    createoptions: u32,
    eabuffer: *const c_void,
    ealength: u32
) -> i32
🔬This is a nightly-only experimental API. (windows_c)