pub unsafe fn MFRegisterLocalSchemeHandler<P0, P1>(
    szscheme: P0,
    pactivate: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<IMFActivate>,