pub fn observe_mpv_property(
    instance: &Mpv,
    id: &isize,
    property: &str
) -> Result<(), Error>