pub unsafe extern "C" fn codes_set_bytes(
    h: *mut codes_handle,
    key: *const c_char,
    bytes: *const c_uchar,
    length: *mut usize
) -> c_int