pub type JSCClassDeletePropertyFunction = Option<unsafe extern "C" fn(*mut JSCClass, *mut JSCContext, gpointer, *const c_char) -> gboolean>;Aliased Type§
pub enum JSCClassDeletePropertyFunction {
None,
Some(unsafe extern "C" fn(*mut JSCClass, *mut JSCContext, *mut c_void, *const i8) -> i32),
}