Function RmRemoveFilter
pub unsafe fn RmRemoveFilter<P1, P3>(
dwsessionhandle: u32,
strmodulename: P1,
pprocess: Option<*const RM_UNIQUE_PROCESS>,
strserviceshortname: P3,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
P3: Param<PCWSTR>,