Function read_sequence

Source
pub unsafe extern "C" fn read_sequence(
    Image: *mut Hobject,
    HeaderSize: Hlong,
    SourceWidth: Hlong,
    SourceHeight: Hlong,
    StartRow: Hlong,
    StartColumn: Hlong,
    DestWidth: Hlong,
    DestHeight: Hlong,
    PixelType: *const c_char,
    BitOrder: *const c_char,
    ByteOrder: *const c_char,
    Pad: *const c_char,
    Index: Hlong,
    FileName: *const c_char,
) -> Herror