pub unsafe extern "C" fn or_rawdata_dimensions(
    rawdata: ORRawDataRef,
    x: *mut u32,
    y: *mut u32
)
Expand description

@brief Get the RAW data dimensions in pixels @param [out] x the horizontal dimension @param [out] y the vertical dimension