Function windows_sys::Win32::Security::Cryptography::SslExportKey

pub unsafe extern "system" fn SslExportKey(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hkey: NCRYPT_KEY_HANDLE,
    pszblobtype: PCWSTR,
    pboutput: *mut u8,
    cboutput: u32,
    pcbresult: *mut u32,
    dwflags: u32,
) -> HRESULT