pub unsafe fn CryptInitOIDFunctionSet<P0>(
    pszfuncname: P0,
    dwflags: u32,
) -> *mut c_void
where P0: Param<PCSTR>,