pub unsafe extern "C" fn saved_struct_get_metadata(
path: *const c_char,
magic: *mut u8,
version: *mut u8,
payload_size: *mut usize,
) -> boolExpand description
Get SavedStructure file metadata
§Arguments
path(direction in) - The path to the filemagic(direction out) - Pointer to store magic or NULL if you don’t need itversion(direction out) - Pointer to store version or NULL if you don’t need itpayload_size(direction out) - Pointer to store payload size or NULL if you don’t need it
§Returns
true on success, false otherwise