pub fn str2space_ffi<T: DType, const N: usize>(
s: *const c_char,
to: *const c_char,
) -> *const Twhere
Channels<N>: ValidChannels,Expand description
Same as str2space but with FFI types
Returns an N-length pointer to T on success or null on failure