Function windows_sys::Wdk::System::SystemServices::ZwCreateFile

pub unsafe extern "system" fn ZwCreateFile(
    filehandle: *mut HANDLE,
    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,
) -> NTSTATUS