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
where P0: Param<HANDLE>, P1: Param<HANDLE>, P2: Param<HANDLE>,