pub unsafe extern "system" fn FsRtlFastCheckLockForRead(
    filelock: *const FILE_LOCK,
    startingbyte: *const i64,
    length: *const i64,
    key: u32,
    fileobject: *const FILE_OBJECT,
    processid: *const c_void,
) -> BOOLEAN