Function mpd_run_readpicture

Source
pub unsafe extern "C" fn mpd_run_readpicture(
    connection: *mut mpd_connection,
    uri: *const c_char,
    offset: c_uint,
    buffer: *mut c_void,
    buffer_size: usize,
) -> c_int