Function windows::Wdk::Storage::FileSystem::NtDuplicateObject
pub unsafe fn NtDuplicateObject<P0, P1, P2>(
sourceprocesshandle: P0,
sourcehandle: P1,
targetprocesshandle: P2,
targethandle: Option<*mut HANDLE>,
desiredaccess: u32,
handleattributes: u32,
options: u32,
) -> NTSTATUS