Skip to main content

find_registered_c_method

Function find_registered_c_method 

Source
pub fn find_registered_c_method(name: &str) -> Option<*const ()>
Expand description

Look up a registered .C method by name. Returns the function pointer or null.