bpf_dynptr_is_null
BTF_ID_FLAGS(func, bpf_dynptr_is_null)
extern bool bpf_dynptr_is_null(const struct bpf_dynptr *ptr) __ksym __weak;
bpf_dynptr_is_null(&ptr);
if (!bpf_dynptr_is_null(&ptr1)) {
if (bpf_dynptr_is_null(&ptr2)) {