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