Type Definition libvips_rs::bindings::GCopyFunc

source ·
pub type GCopyFunc = Option<unsafe extern "C" fn(src: gconstpointer, user_data: gpointer) -> gpointer>;