public static uint FindClosestLine(this ISymUnmanagedDocument instance, uint line)
 {
     return(instance.__FindClosestLine(line));
 }