nautilus_model::ffi::identifiers::venue

Function venue_new

source
#[no_mangle]
pub unsafe extern "C" fn venue_new(ptr: *const c_char) -> Venue
Expand description

Returns a Nautilus identifier from a C string pointer.

ยงSafety

  • Assumes ptr is a valid C string pointer.