pub unsafe fn FhServiceStopBackup<P0, P1>(
    pipe: P0,
    stoptracking: P1
) -> Result<()>
where P0: IntoParam<FH_SERVICE_PIPE_HANDLE>, P1: IntoParam<BOOL>,