Function BCryptEnumContextFunctions
pub unsafe fn BCryptEnumContextFunctions<P1>(
dwtable: BCRYPT_TABLE,
pszcontext: P1,
dwinterface: BCRYPT_INTERFACE,
pcbbuffer: *mut u32,
ppbuffer: Option<*mut *mut CRYPT_CONTEXT_FUNCTIONS>,
) -> NTSTATUSwhere
P1: Param<PCWSTR>,