pub unsafe extern "system" fn RtlRbInsertNodeEx(
    Tree: PRTL_RB_TREE,
    Parent: PRTL_BALANCED_NODE,
    Right: BOOLEAN,
    Node: PRTL_BALANCED_NODE
)