#[no_mangle]
pub unsafe extern "C" fn strategy_id_new(
ptr: *const c_char,
) -> StrategyId
Expand description
Returns a Nautilus identifier from a C string pointer.
ยงSafety
- Assumes
ptr
is a valid C string pointer.
#[no_mangle]
pub unsafe extern "C" fn strategy_id_new(
ptr: *const c_char,
) -> StrategyId
Returns a Nautilus identifier from a C string pointer.
ptr
is a valid C string pointer.