pub unsafe extern "C" fn nettle_ctr_crypt(
    ctx: *const c_void,
    f: nettle_cipher_func,
    block_size: usize,
    ctr: *mut u8,
    length: usize,
    dst: *mut u8,
    src: *const u8
)