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