get ggml_status name string
ffi.Pointer<ffi.Char> ggml_status_to_string( int status, ) { return _ggml_status_to_string( status, ); }