windows::Win32::Security::Cryptography

Function BCryptCreateContext

pub unsafe fn BCryptCreateContext<P1>(
    dwtable: BCRYPT_TABLE,
    pszcontext: P1,
    pconfig: Option<*const CRYPT_CONTEXT_CONFIG>,
) -> NTSTATUS
where P1: Param<PCWSTR>,