pub fn request_mut<'a, T, P>(provider: &'a mut P) -> Option<&'a mut T>where
    T: 'static + ?Sized,
    P: Provider + ?Sized,