pub unsafe extern "C" fn gst_structure_get_uint64(
    structure: *const GstStructure,
    fieldname: *const c_char,
    value: *mut u64
) -> gboolean