windows::Win32::Security::Cryptography

Function BCryptRegisterProvider

pub unsafe fn BCryptRegisterProvider<P0>(
    pszprovider: P0,
    dwflags: u32,
    preg: *const CRYPT_PROVIDER_REG,
) -> NTSTATUS
where P0: Param<PCWSTR>,