pub fn content_register_serializer<T: 'static, P: Fn(&ContentSerializer, &mut Option<T>) + 'static>(
    type_: Type,
    mime_type: &str,
    serialize: P
)