Function windows_sys::Wdk::Storage::FileSystem::ZwDuplicateToken

pub unsafe extern "system" fn ZwDuplicateToken(
    existingtokenhandle: HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    effectiveonly: BOOLEAN,
    tokentype: TOKEN_TYPE,
    newtokenhandle: *mut HANDLE,
) -> NTSTATUS