nautilus_model::ffi::identifiers::venue

Function venue_from_cstr_code

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

ยงSafety

  • Assumes code_ptr is borrowed from a valid Python UTF-8 str.