Type Definition r_core::RTreeNodeVisitCb[][src]

pub type RTreeNodeVisitCb = Option<unsafe extern "C" fn(n: *mut RTreeNode, vis: *mut RTreeVisitor)>;