blosc2_schunk_open

Function blosc2_schunk_open 

Source
pub unsafe extern "C" fn blosc2_schunk_open(
    urlpath: *const c_char,
) -> *mut blosc2_schunk
Expand description

@brief Open an existing super-chunk that is on-disk (frame). No in-memory copy is made.

@param urlpath The file name.

@return The new super-chunk. NULL if not found or not in frame format.