pub unsafe extern "C" fn splinter_open(
name_or_path: *const c_char,
) -> c_intExpand description
@brief Opens an existing splinter store. @param name_or_path The name of the shared memory object or path to the file. @return 0 on success, -1 on failure (e.g., store does not exist).