pub unsafe extern "C" fn or_get_extract_rawdata(
filename: *const c_char,
options: u32,
rawdata: *mut ORRawDataRef,
) -> or_errorExpand description
@brief Extract the RAW data from the raw file. @param filename the raw file name @param options the options to pass @param rawdata the destination RawData. Must allocated.