pub unsafe extern "C" fn wmo_read_any_from_stream(
    stream_data: *mut c_void,
    stream_proc: Option<unsafe extern "C" fn(arg1: *mut c_void, buffer: *mut c_void, len: c_long) -> c_long>,
    buffer: *mut c_void,
    len: *mut usize
) -> c_int