Function windows_sys::Wdk::Storage::FileSystem::ZwDuplicateObject
pub unsafe extern "system" fn ZwDuplicateObject(
sourceprocesshandle: HANDLE,
sourcehandle: HANDLE,
targetprocesshandle: HANDLE,
targethandle: *mut HANDLE,
desiredaccess: u32,
handleattributes: u32,
options: u32,
) -> NTSTATUS