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