pub unsafe fn RtlIsPartialPlaceholderFileHandle<P0>(
    filehandle: P0,
    ispartialplaceholder: *mut BOOLEAN,
) -> NTSTATUS
where P0: Param<HANDLE>,