Function CryptGetDefaultOIDFunctionAddress
pub unsafe fn CryptGetDefaultOIDFunctionAddress<P2>(
hfuncset: *const c_void,
dwencodingtype: u32,
pwszdll: P2,
dwflags: u32,
ppvfuncaddr: *mut *mut c_void,
phfuncaddr: *mut *mut c_void,
) -> BOOLwhere
P2: Param<PCWSTR>,