str2space_ffi

Function str2space_ffi 

Source
pub fn str2space_ffi<T: DType, const N: usize>(
    s: *const c_char,
    to: *const c_char,
) -> *const T
Expand description

Same as str2space but with FFI types

Returns an N-length pointer to T on success or null on failure