pub unsafe extern "C" fn gdk_content_provider_write_mime_type_async(
    provider: *mut GdkContentProvider,
    mime_type: *const c_char,
    stream: *mut GOutputStream,
    io_priority: c_int,
    cancellable: *mut GCancellable,
    callback: GAsyncReadyCallback,
    user_data: gpointer
)