pub unsafe extern "system" fn BCryptDuplicateKey(
    hkey: BCRYPT_KEY_HANDLE,
    phnewkey: *mut BCRYPT_KEY_HANDLE,
    pbkeyobject: *mut u8,
    cbkeyobject: u32,
    dwflags: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"