#[no_mangle]
pub unsafe extern "C" fn opaque_point_describe(
    point: *mut OpaquePoint
) -> *mut c_char
Expand description

Safety

This is only safe if there are no references to point!