Skip to main content

or_get_extract_rawdata

Function or_get_extract_rawdata 

Source
pub unsafe extern "C" fn or_get_extract_rawdata(
    filename: *const c_char,
    options: u32,
    rawdata: *mut ORRawDataRef,
) -> or_error
Expand 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.