pub unsafe fn SetupFindFirstLineA<P0, P1>(
    infhandle: *const c_void,
    section: P0,
    key: P1,
    context: *mut INFCONTEXT
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,