pub unsafe fn opus_encoder_init(
    st: *mut OpusEncoder,
    Fs: i32,
    channels: i32,
    application: i32
) -> i32