Function opendp::core::opendp_core__new_function
source · #[no_mangle]
pub extern "C" fn opendp_core__new_function(
function: extern "C" fn(_: *const AnyObject) -> *mut FfiResult<*mut AnyObject>,
TO: *const c_char
) -> FfiResult<*mut Function<AnyObject, AnyObject>>