pub fn content_register_deserializer<T: 'static, P: Fn(&ContentDeserializer, &mut Option<T>) + 'static>( mime_type: &str, type_: Type, deserialize: P, )