Function windows::Win32::Security::Cryptography::BCryptCreateContext

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