pub unsafe fn DMORegister<P0>(
    szname: P0,
    clsiddmo: *const GUID,
    guidcategory: *const GUID,
    dwflags: u32,
    cintypes: u32,
    pintypes: *const DMO_PARTIAL_MEDIATYPE,
    couttypes: u32,
    pouttypes: *const DMO_PARTIAL_MEDIATYPE
) -> Result<()>
where P0: IntoParam<PCWSTR>,