Function windows_sys::Wdk::System::SystemServices::IoCreateFile

pub unsafe extern "system" fn IoCreateFile(
    filehandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    iostatusblock: *mut IO_STATUS_BLOCK,
    allocationsize: *const i64,
    fileattributes: u32,
    shareaccess: u32,
    disposition: u32,
    createoptions: u32,
    eabuffer: *const c_void,
    ealength: u32,
    createfiletype: CREATE_FILE_TYPE,
    internalparameters: *const c_void,
    options: u32,
) -> NTSTATUS