Function rustfst_ffi::string_path::string_path_weight

source ·
#[no_mangle]
pub unsafe extern "C" fn string_path_weight(
    c_string_path: *const CStringPath,
    weight: *mut c_float
) -> RUSTFST_FFI_RESULT
Expand description

§Safety

The pointers should be valid.