Function MFRegisterLocalByteStreamHandler
pub unsafe fn MFRegisterLocalByteStreamHandler<P0, P1, P2>(
szfileextension: P0,
szmimetype: P1,
pactivate: P2,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<IMFActivate>,