Function FindActCtxSectionStringW
pub unsafe fn FindActCtxSectionStringW<P3>(
dwflags: u32,
lpextensionguid: Option<*const GUID>,
ulsectionid: u32,
lpstringtofind: P3,
returneddata: *mut ACTCTX_SECTION_KEYED_DATA,
) -> Result<()>where
P3: Param<PCWSTR>,