Type Definition r_core::RBNodeFree[][src]

pub type RBNodeFree = Option<unsafe extern "C" fn(node: *mut RBNode, user: *mut c_void)>;