pub unsafe extern "C" fn SBValueCreateValueFromAddress(
    instance: SBValueRef,
    name: *const c_char,
    address: lldb_addr_t,
    type_: SBTypeRef
) -> SBValueRef