* Hey, I have a C function such as
```c
extern "C" fn transfer16_function(
        _sensor_id: acc_sensor_id_t,
        buffer: *mut u16,
        buffer_length: usize)
```
It is a function that I'm implementing in rust and I can't change the signature