create_function

Function create_function 

Source
pub fn create_function(
    fn_type: FunctionSource,
    fn_module: &str,
    fn_name: &str,
) -> FFIResult<FunctionHandle>