Type Definition rb_sys::rb_alloc_func_t

source · []
pub type rb_alloc_func_t = Option<unsafe extern "C" fn(arg1: VALUE) -> VALUE>;