Function windows::Win32::Security::Cryptography::CryptDuplicateKey

pub unsafe fn CryptDuplicateKey(
    hkey: usize,
    pdwreserved: Option<*const u32>,
    dwflags: u32,
    phkey: *mut usize,
) -> Result<()>