pub unsafe fn IoIncrementKeepAliveCount<P0>(
    fileobject: *mut FILE_OBJECT,
    process: P0,
) -> NTSTATUS
where P0: Param<PEPROCESS>,