Function windows::Win32::Security::Cryptography::BCryptExportKey

pub unsafe fn BCryptExportKey<P0, P1, P2>(
    hkey: P0,
    hexportkey: P1,
    pszblobtype: P2,
    pboutput: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> NTSTATUS
where P0: Param<BCRYPT_KEY_HANDLE>, P1: Param<BCRYPT_KEY_HANDLE>, P2: Param<PCWSTR>,