pub unsafe fn SetupFindNextMatchLineW<P0>(
    contextin: *const INFCONTEXT,
    key: P0,
    contextout: *mut INFCONTEXT
) -> Result<()>
where P0: IntoParam<PCWSTR>,