pub unsafe fn RmAddFilter<P0, P1>(
    dwsessionhandle: u32,
    strmodulename: P0,
    pprocess: Option<*const RM_UNIQUE_PROCESS>,
    strserviceshortname: P1,
    filteraction: RM_FILTER_ACTION
) -> WIN32_ERROR
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,