nautilus_common::ffi::enums

Function component_state_from_cstr

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

Returns an enum from a Python string.

ยงSafety

  • Assumes ptr is a valid C string pointer.